Fix the completely broken tests/testheightforwidth
authorDaniel Boles <dboles@src.gnome.org>
Mon, 6 Mar 2017 20:29:04 +0000 (20:29 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 6 Mar 2017 20:37:38 +0000 (20:37 +0000)
commitbf0ea7b7bc8de1c39923d4976f6e1aafd23b92c7
tree378adb20e402a53bed26e9a2bf398400c9b11805
parentee3994f715a2f53519f1478d2f08c6548471a8ae
Fix the completely broken tests/testheightforwidth

This was ruined, with only 1 of the 8 subwindows rendering any content.

This commit fixes the responsible errors in the embedded GtkBuilder UIs:
 • Fix broken replace by commit fb3d9022ad98049c887cec5aeffd6b73deb043ba
   of HBox with a Box having a broken orientation <property>
 • Replace VBox and [HV]Paned with GtkOrientable successors (properly!)
 • Remove use of Button:use_action_appearance, as this no longer exists

This commit also adds error reporting, in case other errors creep into
the GtkBuilder UI definitions, plus cleanup for the Builders and Windows
tests/testheightforwidth.c